Release 10.1A: OpenEdge Data Management:
SQL Reference
FOR UPDATE clause
Specifies update intention on the rows selected by the
SELECTstatement.Syntax
OF [ table.]column_name , ...Specifies the table’s column name to be updated.
NOWAITCauses the
Note: If you specifySELECTstatement to return immediately with an error if a lock cannot be acquired on a row in the selection set because of the lock held by some other transaction. The default behavior is for the transaction to wait until it gets the required lock or until it times out waiting for the lock.FOR UPDATE, the database acquires exclusive locks on all the rows satisfying theSELECTstatement. The database does not acquire row level locks if there is an exclusive lock on the table. See theLOCK TABLEstatement for information on table locking.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |